home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Komunikatory / Pandion 2.5 / Pandion-2.5.exe / settings / brand.xml < prev    next >
Extensible Markup Language  |  2006-01-05  |  4KB  |  146 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <brand>
  3.  
  4. <!-- Shown in the About dialog
  5.   -->
  6. <softwarecopyrightholder>Sebastiaan Deckers & Dries Staelens</softwarecopyrightholder>
  7.  
  8. <!-- Shown in the About dialog
  9.   -->
  10. <softwarecopyrightdate>2006</softwarecopyrightdate>
  11.  
  12. <!-- Stop working after this date (DD-MM-YYYY)
  13.   -->
  14. <softwareexpiredate>9-5-2083</softwareexpiredate>
  15.  
  16. <!-- Used in various locations throughout the interface
  17.   -->
  18. <softwarename>Pandion</softwarename>
  19.  
  20. <!-- Used as name of files and directories
  21.   -->
  22. <softwarenamesafe>Pandion</softwarenamesafe>
  23.  
  24. <!-- Shown in the About dialog
  25.   -->
  26. <softwareversion>2.5</softwareversion>
  27.  
  28. <!-- Only connect to this server and only create accounts on this server
  29.   -->
  30. <fixedserver></fixedserver>
  31.  
  32. <!-- Show the server hostname field in the Sign Up wizard (yes/no)
  33.      Use <fixedserver/> or servers.xml to set the default server when this field is not shown
  34.   -->
  35. <showsignupserver>yes</showsignupserver>
  36.  
  37. <!-- Show the IM address preview in the Sign Up wizard (yes/no)
  38.   -->
  39. <showsignuppreview>yes</showsignuppreview>
  40.  
  41. <!-- Show the email address field in the Sign Up wizard (yes/no)
  42.   -->
  43. <showsignupemail>no</showsignupemail>
  44.  
  45. <!-- Connect to this XMPP server and use SSPI (Kerberos/NTLM) to authenticate without user interaction
  46.   -->
  47. <sspiserver></sspiserver>
  48.  
  49. <!-- Show the client in the systray without access to the contact list (yes/no)
  50.   -->
  51. <trayonly>no</trayonly>
  52.  
  53. <!-- Shown in the About dialog
  54.   -->
  55. <softwareurl>http://www.pandion.be/</softwareurl>
  56.  
  57. <!-- Shown in the Help menu
  58.   -->
  59. <helpcontact>http://www.pandion.be/contact/</helpcontact>
  60.  
  61. <!-- Shown in the Help menu
  62.   -->
  63. <helpforum>http://forums.pandion.be/</helpforum>
  64.  
  65. <!-- Shown in the Help menu
  66.   -->
  67. <helpmanual>http://www.pandion.be/documentation/?n=${softwarename}&v=${softwareversion}</helpmanual>
  68.  
  69. <!-- URI of plug-in listing
  70.   -->
  71. <pluginlist>http://plugins.pandion.be/?n=${softwarename}&v=${softwareversion}</pluginlist>
  72.  
  73. <!-- URI of emoticon listing
  74.   -->
  75. <emoticonlist>http://emoticons.pandion.be/?n=${softwarename}&v=${softwareversion}</emoticonlist>
  76.  
  77. <!-- URI of Sign Up page
  78.   -->
  79. <websignup></websignup>
  80.  
  81. <!-- Whether websignup is embedded in client window or launched in default browser (external/embedded)
  82.   -->
  83. <websignupmethod>external</websignupmethod>
  84.  
  85. <!-- Whether or not to show the Sign Up button (yes/no)
  86.   -->
  87. <showsignup>yes</showsignup>
  88.  
  89. <!-- URI of software version checker
  90.   -->
  91. <autoupdate>http://update.pandion.be/?n=${softwarename}&v=${softwareversion}&r=${random}</autoupdate>
  92.  
  93. <!-- URI of background listing
  94.   -->
  95. <backgroundlist>http://backgrounds.pandion.be/?n=${softwarename}&v=${softwareversion}</backgroundlist>
  96.  
  97. <!-- URI of full size banner (468x60)
  98.   -->
  99. <bannerfull></bannerfull>
  100.  
  101. <!-- URI of half size banner (234x60)
  102.   -->
  103. <bannerhalf></bannerhalf>
  104.  
  105. <!-- URI of welcome screen (500x365)
  106.   -->
  107. <bannerwelcome></bannerwelcome>
  108.  
  109. <!-- URI of email invitation webpage
  110.   -->
  111. <invitepage></invitepage>
  112.  
  113. <!-- URI of password reminder/reset webpage
  114.   -->
  115. <passwordpage></passwordpage>
  116.  
  117. <!-- Connection settings: Server Address
  118.   -->
  119. <serveraddress></serveraddress>
  120.  
  121. <!-- Connection settings: Server Port
  122.   -->
  123. <serverport></serverport>
  124.  
  125. <!-- Connection settings: Secure Communication (optional/tls/ssl/none)
  126.   -->
  127. <encryption>optional</encryption>
  128.  
  129. <!-- Connection settings: Log In Authentication (normal/ntlm)
  130.   -->
  131. <authentication>normal</authentication>
  132.  
  133. <!-- Connection settings: Proxy Method (none/http)
  134.   -->
  135. <proxymethod>none</proxymethod>
  136.  
  137. <!-- Connection settings: Proxy Address
  138.   -->
  139. <proxyaddress></proxyaddress>
  140.  
  141. <!-- Connection settings: Proxy Port
  142.   -->
  143. <proxyport></proxyport>
  144.  
  145. </brand>
  146.